home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / INTERNET / COOLMAP.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-07-02  |  5.1 KB  |  107 lines

  1. *****************************************************************
  2. *                                                               *
  3. *                           CoolMap(F1.0)                       *
  4. *                                                               *
  5. *                         Written by Mark Qian                  *
  6. *                                                               *
  7. *****************************************************************
  8.  
  9.    
  10.  
  11.  
  12. CoolMap is a Java applet which works as an image map.
  13. It is COOL because it not only works as an image map
  14. but also comes with a built-in design center which 
  15. makes image map design and maintenance visible.A 
  16. sound will also be played when mouse is moved over
  17. a particular hot area.  The corresponding URL will
  18. be opened when clicking at a hot area. 
  19.  
  20. Parameters:
  21.  
  22.     whatWare -      There are two values:
  23.                     AdWare - Only limited function will be provided in Adware.
  24.                              Features like tooltips is not supported in Adware.
  25.                     evaluteShareware - This value is set to allow you evalute this applet with 
  26.                              full-feature.  The full-feature of the applet will be supported 
  27.                              during the period other than business hours. That is, all the 
  28.                              functions in the Adware are available at a period 7:00PM - 7:00AM.
  29.                              You can use your own parameters during that period.  But during 
  30.                              the period 7:00AM - 7:00PM, the URL will be replaced by author's home URL.
  31.                              If you like to have all these features available full-time,
  32.                              you need to download the shareware version and register it to 
  33.                              get the Registration Code to unzip the shareware package.
  34.  
  35.    mode -           There are two values:
  36.                     design - You can design you image map in this mode.  After clicking at 
  37.                              "Generate HTML Script"button when you finish your design, you 
  38.                              can get the ready-to-plug-in HTML script in "HTML Scropt" field
  39.                              at the bottom of Coolmap Design Center.  Copy and Paste it to 
  40.                              your page.
  41.                     map =    This is the regular mode when the map is pluged in to your page.
  42.                              The mode in HTML script generated by Coolmap Design Center will 
  43.                              be set to "map".
  44.   imageWidth -      The width of your image which is used as the map.
  45.   
  46.   imageHeigth -     The heigth of your image which is used as the map.
  47.   
  48.   hintWidth -       The width of tool tips window.
  49.  
  50.   fontHeight -      The heigth of tool tips window.
  51.                                         
  52.   mapImage -        File name of the image which is used as the map.
  53.  
  54.   hot_area1 -       The infor about hot area 1 
  55.   hot_area1 -       The infor about hot area 2
  56.   ...
  57.   hot_arean -       The infor about hot area n
  58.  
  59.  
  60.  
  61.  
  62. To place it into your page for FREE, you need to
  63.   
  64.   
  65.   A). Run setup.exe to rename class files.  Because 
  66.       PKUNZIP will extract the  class file, coolmap.class, 
  67.       to coolmap.CLA,  you have to RENAME the class file to 
  68.       coolmap.class.  Similarly, rename the rest
  69.       of *.CLA to *.class.  Then place coolmap.class 
  70.       in the place you want. 
  71.      
  72.       NOTE: ALL THE NAMES OF CLASS HAS TO BE IN LOWER CASE.
  73.             THEY ARE CASE SENSITIVE!!
  74.  
  75.   B). Open TEST_CM.HTM with your browser locally.
  76.       
  77.      
  78.   C). Design your own image map
  79.   
  80.    To use CoolMap's Design Center to generate HTML script which calls CoolMap for you with your hot areas,
  81.    you need to
  82.  
  83.     1).  Set parameter mode in you HTML script that call CoolMap to Design. Then run the script with a browser
  84.          (You have done this).
  85.     2).  Select the Edit mode in Mode section.
  86.     3).  Point your mouse cursor to a point where you like to use as the first point of the hot area. Press left
  87.          mouse button and drag to the second point. Then release mouse button.
  88.     4).  Click at next point.
  89.     5).  Repeat step 4 until you finished all the points which limit the hot area.
  90.     6).  Edit content of tooltips.
  91.     7).  Edit URL address. This URL will be opened when the hot area is clicked.
  92.     8).  Select an audio file for the hot area.  This audio file will be played when mouse cursor moves over the hot area.
  93.     9).  Click at button label 'Click When Done Edit'.
  94.     10). Click at button label 'Generate HTML Script'.
  95.     11). Select the content in the text area at the bottom label 'HTML Script' using mouse
  96.     12). Select Edit and Copy from the pull-down manu of broser to copy the HTML script to clipboard.
  97.     13). Paste the content of clipboard to an empty text file named, say test.htm.  Then browse test.htm with your browser.
  98.          If you see what you want, insert the HTML script to your page.
  99.  
  100.          Done!!  Easy and quickly done!!";  
  101.  
  102.   
  103.     
  104. Go Mark's Home Page(http://ourworld.compuserve.com/homepages/mark_qian) to see more exciting applets!
  105.  
  106.  
  107.